[INFO] fetching crate fast-mvt 0.4.0...
[INFO] fixing fast-mvt-0.4.0 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] extracting crate fast-mvt 0.4.0 into /workspace/builds/worker-3-tc1/source
[INFO] started tweaking crates.io crate fast-mvt 0.4.0
[INFO] removed 0 missing examples
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate fast-mvt 0.4.0
[INFO] tweaked toml for crates.io crate fast-mvt 0.4.0 written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate fast-mvt 0.4.0 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate fast-mvt 0.4.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded geo-types v0.7.19
[INFO] [stderr]   Downloaded usize_cast v1.1.0
[INFO] [stderr]   Downloaded tinymvt v0.3.0
[INFO] [stderr]   Downloaded mvt-reader v2.4.0
[INFO] [stderr]   Downloaded test_each_file v0.3.7
[INFO] [stderr]   Downloaded dup-indexer v0.5.0
[INFO] [stderr]   Downloaded mvt v0.13.0
[INFO] [stderr]   Downloaded pointy v0.8.0
[INFO] [stderr]   Downloaded ecow v0.2.6
[INFO] [stderr]   Downloaded buffa-build v0.7.1
[INFO] [stderr]   Downloaded buffa-descriptor v0.7.1
[INFO] [stderr]   Downloaded buffa v0.7.1
[INFO] [stderr]   Downloaded buffa-codegen v0.7.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] a4741bbc0d2b356dde66a7c66cf553acc1f04c22f9c4dd02c058f3f39e973e4e
[INFO] running `Command { std: "docker" "start" "a4741bbc0d2b356dde66a7c66cf553acc1f04c22f9c4dd02c058f3f39e973e4e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "a4741bbc0d2b356dde66a7c66cf553acc1f04c22f9c4dd02c058f3f39e973e4e" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a4741bbc0d2b356dde66a7c66cf553acc1f04c22f9c4dd02c058f3f39e973e4e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "a4741bbc0d2b356dde66a7c66cf553acc1f04c22f9c4dd02c058f3f39e973e4e" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling either v1.16.0
[INFO] [stderr]     Checking bytes v1.11.1
[INFO] [stderr]    Compiling regex-syntax v0.8.11
[INFO] [stderr]    Compiling serde_json v1.0.150
[INFO] [stderr]    Compiling bitflags v2.13.0
[INFO] [stderr]    Compiling linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling syn v2.0.118
[INFO] [stderr]    Compiling indexmap v2.14.0
[INFO] [stderr]    Compiling hashbrown v0.15.5
[INFO] [stderr]    Compiling once_cell v1.21.4
[INFO] [stderr]    Compiling multimap v0.10.1
[INFO] [stderr]    Compiling alloca v0.4.0
[INFO] [stderr]     Checking regex-automata v0.4.14
[INFO] [stderr]     Checking geo-types v0.7.19
[INFO] [stderr]    Compiling mvt-reader v2.4.0
[INFO] [stderr]     Checking base64 v0.22.1
[INFO] [stderr]    Compiling fast-mvt v0.4.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking plotters v0.3.7
[INFO] [stderr]     Checking dup-indexer v0.5.0
[INFO] [stderr]     Checking pointy v0.8.0
[INFO] [stderr]     Checking log v0.4.32
[INFO] [stderr]     Checking usize_cast v1.1.0
[INFO] [stderr]    Compiling itertools v0.14.0
[INFO] [stderr]     Checking tempfile v3.27.0
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling petgraph v0.8.3
[INFO] [stderr]     Checking regex v1.12.4
[INFO] [stderr]    Compiling prettyplease v0.2.37
[INFO] [stderr]    Compiling prost-derive v0.14.4
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling zerocopy-derive v0.8.52
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling prost-derive v0.13.5
[INFO] [stderr]    Compiling test_each_file v0.3.7
[INFO] [stderr]     Checking zerocopy v0.8.52
[INFO] [stderr]    Compiling prost v0.14.4
[INFO] [stderr]     Checking thiserror v2.0.18
[INFO] [stderr]     Checking prost v0.13.5
[INFO] [stderr]    Compiling prost-types v0.14.4
[INFO] [stderr]     Checking mvt v0.13.0
[INFO] [stderr]    Compiling prost-build v0.14.4
[INFO] [stderr]    Compiling tinymvt v0.3.0
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking tinytemplate v1.2.1
[INFO] [stderr]     Checking buffa v0.7.1
[INFO] [stderr]     Checking half v2.7.1
[INFO] [stderr]     Checking ciborium-ll v0.2.2
[INFO] [stderr]     Checking ciborium v0.2.2
[INFO] [stderr]     Checking criterion v0.8.2
[INFO] [stdout] error: Given directory does not exist: "/opt/rustwide/workdir/fixtures/mvt-fixtures/real-world"
[INFO] [stdout]   --> tests/round_trip.rs:12:34
[INFO] [stdout]    |
[INFO] [stdout] 12 | test_each_path! { for ["mvt"] in "fixtures/mvt-fixtures/real-world" as real_world_fixtures => round_trip_file }
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: Given directory does not exist: "/opt/rustwide/workdir/fixtures/mvt-fixtures/fixtures"
[INFO] [stdout]   --> tests/mvt_fixtures.rs:12:34
[INFO] [stdout]    |
[INFO] [stdout] 12 | test_each_path! { for ["mvt"] in "fixtures/mvt-fixtures/fixtures" => mvt_reader_fixture }
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `fast-mvt` (test "round_trip") due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `fast-mvt` (test "mvt_fixtures") due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "a4741bbc0d2b356dde66a7c66cf553acc1f04c22f9c4dd02c058f3f39e973e4e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a4741bbc0d2b356dde66a7c66cf553acc1f04c22f9c4dd02c058f3f39e973e4e", kill_on_drop: false }`
[INFO] [stdout] a4741bbc0d2b356dde66a7c66cf553acc1f04c22f9c4dd02c058f3f39e973e4e
